home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
misc
/
phoon.lha
/
original
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-07-18
|
12KB
|
373 lines
# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
###########################################################################
# Makefile generated from "Imake.tmpl" and </tmp/IIf.a12993>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
#
# Platform-specific parameters may be set in the appropriate .cf
# configuration files. Site-wide parameters may be set in the file
# site.def. Full rebuilds are recommended if any parameters are changed.
#
# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").
#
# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).
#
###########################################################################
# platform-specific configuration parameters - edit ultrix.cf to change
# platform: $XConsortium: ultrix.cf,v 1.20 89/12/22 15:56:14 rws Exp $
# operating system: Ultrix-32 3.1
###########################################################################
# site-specific configuration parameters - edit site.def to change
# site: $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
SHELL = /usr/misc/ksh
TOP = ../../../mit
CURRENT_DIR = .
AR = ar cq
BOOTSTRAPCFLAGS =
CC = cc
COMPRESS = compress
CPP = /lib/cpp $(STD_CPP_DEFINES)
PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
INSTALL = install
LD = ld
LINT = lint
LINTLIBFLAG = -o
LINTOPTS = -axz
LN = ln -s
MAKE = make
MV = mv
CP = cp
RANLIB = ranlib
RANLIBINSTFLAGS =
RM = rm -f
STD_INCLUDES =
STD_CPP_DEFINES =
STD_DEFINES =
EXTRA_LOAD_FLAGS =
EXTRA_LIBRARIES =
TAGS = ctags
PROTO_DEFINES =
INSTPGMFLAGS = -s
INSTBINFLAGS = -m 0755
INSTUIDFLAGS = -m 4755
INSTLIBFLAGS = -m 0664
INSTINCFLAGS = -m 0444
INSTMANFLAGS = -m 0444
INSTDATFLAGS = -m 0444
INSTKMEMFLAGS = -m 4755
DESTDIR =
TOP_INCLUDES = -I$(TOP)
CDEBUGFLAGS = -O
CCOPTIONS = -Wf,-XNh2000 -Olimit 2000
COMPATFLAGS =
ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
LDCOMBINEFLAGS = -X -r
MACROFILE = ultrix.cf
RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
IMAKE_DEFINES =
IRULESRC = $(CONFIGSRC)
IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)
ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
$(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
$(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
###########################################################################
# X Window System Build Parameters
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
PATHSEP = /
USRLIBDIR = $(DESTDIR)/usr/misc/X11/lib
BINDIR = $(DESTDIR)/usr/misc/X11/bin
INCROOT = $(DESTDIR)/usr/misc/X11
BUILDINCROOT = $(TOP)
BUILDINCDIR = $(BUILDINCROOT)/X11
BUILDINCTOP = ..
INCDIR = $(INCROOT)/X11
ADMDIR = $(DESTDIR)/usr/adm
LIBDIR = $(USRLIBDIR)
CONFIGDIR = $(LIBDIR)/config
LINTLIBDIR = $(USRLIBDIR)/lint
FONTDIR = $(LIBDIR)/fonts
XINITDIR = $(LIBDIR)/xinit
XDMDIR = $(LIBDIR)/xdm
AWMDIR = $(LIBDIR)/awm
TWMDIR = $(LIBDIR)/twm
GWMDIR = $(LIBDIR)/gwm
MANPATH = $(DESTDIR)/usr/man
MANSOURCEPATH = $(MANPATH)/man
MANDIR = $(MANSOURCEPATH)n
LIBMANDIR = $(MANSOURCEPATH)3
XAPPLOADDIR = $(LIBDIR)/app-defaults
FONTCFLAGS = -t
INSTAPPFLAGS = $(INSTDATFLAGS)
IMAKE = $(IMAKESRC)/imake
DEPEND = $(DEPENDSRC)/makedepend
RGB = $(RGBSRC)/rgb
FONTC = $(BDFTOSNFSRC)/bdftosnf
MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
MKDIRHIER = /usr/misc/ksh $(SCRIPTSRC)/mkdirhier.sh
CONFIGSRC = $(TOP)/config
CLIENTSRC = $(TOP)/clients
DEMOSRC = $(TOP)/demos
LIBSRC = $(TOP)/lib
FONTSRC = $(TOP)/fonts
INCLUDESRC = $(TOP)/X11
SERVERSRC = $(TOP)/server
UTILSRC = $(TOP)/util
SCRIPTSRC = $(UTILSRC)/scripts
EXAMPLESRC = $(TOP)/examples
CONTRIBSRC = $(TOP)/../contrib
DOCSRC = $(TOP)/doc
RGBSRC = $(TOP)/rgb
DEPENDSRC = $(UTILSRC)/makedepend
IMAKESRC = $(CONFIGSRC)
XAUTHSRC = $(LIBSRC)/Xau
XLIBSRC = $(LIBSRC)/X
XMUSRC = $(LIBSRC)/Xmu
TOOLKITSRC = $(LIBSRC)/Xt
AWIDGETSRC = $(LIBSRC)/Xaw
OLDXLIBSRC = $(LIBSRC)/oldX
XDMCPLIBSRC = $(LIBSRC)/Xdmcp
BDFTOSNFSRC = $(FONTSRC)/bdftosnf
MKFONTDIRSRC = $(FONTSRC)/mkfontdir
EXTENSIONSRC = $(TOP)/extensions
DEPEXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
EXTENSIONLIB = $(DEPEXTENSIONLIB)
DEPXLIB = $(DEPEXTENSIONLIB) $(XLIBSRC)/libX11.a
XLIB = $(EXTENSIONLIB) $(XLIBSRC)/libX11.a
DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
XAUTHLIB = $(DEPXAUTHLIB)
DEPXMULIB = $(XMUSRC)/libXmu.a
XMULIB = $(DEPXMULIB)
DEPOLDXLIB = $(OLDXLIBSRC)/liboldX.a
OLDXLIB = $(DEPOLDXLIB)
DEPXTOOLLIB = $(TOOLKITSRC)/libXt.a
XTOOLLIB = $(DEPXTOOLLIB)
DEPXAWLIB = $(AWIDGETSRC)/libXaw.a
XAWLIB = $(DEPXAWLIB)
LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
LINTXLIB = $(XLIBSRC)/llib-lX11.ln
LINTXMU = $(XMUSRC)/llib-lXmu.ln
LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
XWLIBSRC = $(CONTRIBSRC)/toolkits/Xw
DEPXWLIB = $(XWLIBSRC)/libXw.a
XWLIB = $(DEPXWLIB)
DEPLIBS = $(LOCAL_LIBRARIES)
DEPLIBS1 = $(DEPLIBS)
DEPLIBS2 = $(DEPLIBS)
DEPLIBS3 = $(DEPLIBS)
###########################################################################
# Imake rules for building libraries, programs, scripts, and data files
# rules: $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $
###########################################################################
# start of Imakefile
# @(#) $Header: /src/X11/contrib/demos/xphoon/RCS/Imakefile,v 1.1 90/03/26 16:42:43 tim Exp Locker: tim $ (LBL)
#
# Copyright (C) 1988 by Jef Poskanzer and Craig Leres.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted, provided
# that the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation. This software is provided "as is" without express or
# implied warranty.
INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps
LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
# System-dependent options -- xbigphoon is a little big for many Suns
# to compile.
# DEFINES = -pipe
SRCS1 = xphoon.c fullmoon.c phase.c dtime.c
OBJS1 = xphoon.o fullmoon.o phase.o dtime.o
PROGRAMS = xphoon
OBJS = $(OBJS1) $(OBJS2) $(OBJS3)
SRCS = $(SRCS1) $(SRCS2) $(SRCS3)
all:: $(PROGRAMS)
xphoon: $(OBJS1) $(DEPLIBS1)
$(RM) $@
$(CC) -o $@ $(LDOPTIONS) $(OBJS1) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
install:: xphoon
$(INSTALL) -c $(INSTPGMFLAGS) xphoon $(BINDIR)
install.man:: xphoon.man
$(INSTALL) -c $(INSTMANFLAGS) xphoon.man $(MANDIR)/xphoon.n
depend:: $(DEPEND)
$(DEPEND):
@echo "checking $@ over in $(DEPENDSRC) first..."; \
cd $(DEPENDSRC); $(MAKE); \
echo "okay, continuing in $(CURRENT_DIR)"
depend::
$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
lint:
$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
clean::
$(RM) $(PROGRAMS)
# Make the export sharchive.
shar: xphoon.shar
xphoon.shar: xphoon.shar1 xphoon.shar2 xphoon.shar3 xphoon.shar4
xphoon.shar1: README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h
shar -v -c -p X README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h >xphoon.shar1
cheapmoon.xbm.Z: cheapmoon.xbm
compress -c cheapmoon.xbm >cheapmoon.xbm.Z
cheapmoon.xbm.Z.uu: cheapmoon.xbm.Z
uuencode cheapmoon.xbm.Z cheapmoon.xbm.Z >cheapmoon.xbm.Z.uu
cheapmoon.xbm.Z.uuaa: cheapmoon.xbm.Z.uu
split -550 cheapmoon.xbm.Z.uu cheapmoon.xbm.Z.uu
xphoon.shar2: cheapmoon.xbm.Z.uuaa
shar -v -c -p X cheapmoon.xbm.Z.uuaa >xphoon.shar2
xphoon.shar3: cheapmoon.xbm.Z.uuab
shar -v -c -p X cheapmoon.xbm.Z.uuab >xphoon.shar3
xphoon.shar4: cheapmoon.xbm.Z.uuac
shar -v -c -p X cheapmoon.xbm.Z.uuac >xphoon.shar4
# Unpack the compressed, uuencoded, shared bitmap.
unshar:
cat cheapmoon.xbm.Z.uu?? > cheapmoon.xbm.Z.uu
uudecode cheapmoon.xbm.Z.uu
uncompress cheapmoon.xbm.Z
# Make the export tarchive.
tar: xphoon.tar.Z
xphoon.tar.Z: xphoon.tar
rm -f xphoon.tar.Z
compress xphoon.tar
xphoon.tar: README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h cheapmoon.xbm bigcheapmoon.xbm
tar chf xphoon.tar README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h cheapmoon.xbm bigcheapmoon.xbm
###########################################################################
# common rules for all Makefiles - do not edit
emptyrule::
clean::
$(RM_CMD) \#*
Makefile:: $(IMAKE)
$(IMAKE):
@(cd $(IMAKESRC); if [ -f Makefile ]; then \
echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
$(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
echo "okay, continuing in $(CURRENT_DIR)")
Makefile::
-@if [ -f Makefile ]; then \
echo " $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
else exit 0; fi
$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
tags::
$(TAGS) -w *.[ch]
$(TAGS) -xw *.[ch] > TAGS
###########################################################################
# empty rules for directories that do not have SUBDIRS - do not edit
install::
@echo "install in $(CURRENT_DIR) done"
install.man::
@echo "install.man in $(CURRENT_DIR) done"
Makefiles::
includes::
###########################################################################
# dependencies generated by makedepend
# DO NOT DELETE
xphoon.o: ../../../mit/X11/Xos.h /usr/include/sys/types.h
xphoon.o: /usr/include/strings.h /usr/include/sys/file.h
xphoon.o: /usr/include/sys/time.h ../../../mit/X11/Xlib.h
xphoon.o: ../../../mit/X11/X.h ../../../mit/X11/Xutil.h
xphoon.o: ../../../mit/X11/Xatom.h /usr/include/stdio.h /usr/include/math.h
xphoon.o: tws.h
fullmoon.o: ../../../mit/X11/Xlib.h /usr/include/sys/types.h
fullmoon.o: ../../../mit/X11/X.h bigfullmoon.xbm
phase.o: /usr/include/stdio.h /usr/include/math.h tws.h
dtime.o: tws.h /usr/include/stdio.h /usr/include/sys/types.h
dtime.o: /usr/include/time.h /usr/include/sys/timeb.h